
/*----------------------------------------------------------------------------------*/
/*  5.  Portfolio Content Styles
/*----------------------------------------------------------------------------------*/

.page-template-template-portfolio-php #primary,
.tax-portfolio-type #primary {
    /*background: transparent url(images/bg-portfolio-dots.gif) 0 -1px repeat-y;*/
    width: 100%;
	
}

.page-template-template-portfolio-php .page-header,
.tax-portfolio-type .page-header { margin-right: 20px;}

.page-template-template-portfolio-php .hentry,
.tax-portfolio-type .hentry,
.tz-recent-portfolios-widget li {
    background: #FFF;
    border-bottom: none;
    float: left;
    margin: 0 20px 5px 0;
    padding: 0;
    width: 220px;
    height: 195px;
}

.page-template-template-portfolio-php .last,
.tax-portfolio-type .last { margin-right: 0; }

.page-template-template-portfolio-php .post-thumb,
.tax-portfolio-type .post-thumb,
.recent-work .post-thumb,
.portfolio-related .post-thumb,
.tz-recent-portfolios-widget .post-thumb { 
    margin: 0; 
    position: relative;
}

.page-template-template-portfolio-php .post-thumb a,
.tax-portfolio-type .post-thumb a,
.recent-work .post-thumb a,
.portfolio-related .post-thumb a,
.tz-recent-portfolios-widget .post-thumb a {
    background-color: #FFF;
    border-bottom: none;
    display: block;
    height: 140px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 220px;
}


.page-template-template-portfolio-php .post-thumb a:hover img,
.tax-portfolio-type .post-thumb a:hover img,
.recent-work .post-thumb a:hover img,
.portfolio-related .post-thumb a:hover img,
.tz-recent-portfolios-widget .post-thumb a:hover img { opacity: 0.7; }



.page-template-template-portfolio-php .post-thumb-overlay,
.tax-portfolio-type .post-thumb-overlay,
.recent-work .post-thumb-overlay,
.portfolio-related .post-thumb-overlay,
.tz-recent-portfolios-widget .post-thumb-overlay {
    position: absolute;
    display: none;
    z-index: 9999;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: url("plus.png") no-repeat scroll center center;
		
}





.page-template-template-portfolio-php a:hover .post-thumb-overlay,
.tax-portfolio-type a:hover .post-thumb-overlay,
.recent-work a:hover .post-thumb-overlay,
.portfolio-related a:hover .post-thumb-overlay,
.tz-recent-portfolios-widget a:hover .post-thumb-overlay { 
    display: block;
    z-index: 99;
	
}

.page-template-template-portfolio-php .hentry .entry-title,
.page-template-template-portfolio-php .hentry .entry-title a,
.tax-portfolio-type .hentry .entry-title,
.tax-portfolio-type .hentry .entry-title a,
.recent-work .entry-title,
.recent-work .entry-title a,
.portfolio-related .entry-title,
.portfolio-related .entry-title a,
.tz-recent-portfolios-widget .entry-title,
.tz-recent-portfolios-widget .entry-title a {
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0 2px;
    text-align: left;
}

.page-template-template-portfolio-php .hentry .entry-meta,
.tax-portfolio-type .hentry .entry-meta,
.tz-recent-portfolios-widget .entry-meta { 
    left: auto;
    position: static; 
    text-align: center;
    width: auto;
}

.page-template-template-portfolio-php .page-title,
.tax-portfolio-type .page-title { display: inline-block; }



/*-----------------------------------------------------------------------------------*/
/*	6.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.hentry {
    margin-left: 120px;
    padding-bottom: 10px;
    position: relative;
	margin-bottom:30px;
	border-bottom: solid 1px #999;
}

.single-post .hentry { 
    border-bottom: none; 
    margin-bottom: 20px;
}

.format-standard .entry-title,
.format-standard .entry-title a {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.format-quote .entry-title,
.format-quote .entry-title a,
.format-link .entry-title,
.format-link .entry-title a {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.entry-content { color:#666; }
.entry-content img {max-width: 100%;height: auto;}
.post-thumb2 img {max-width: 100%;height: auto;}


.post-thumb > a,
.post-thumb > a:hover { 
    background-color: #fff; 
    border-bottom: none;
}

.post-thumb img {
    -webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.post-thumb > a:hover img { color: #EB5F60; /opacity: .8; }

.more-link {
    background-color: #222;
    border-bottom: none;
    color: #fff;
    padding: 3px 5px 2px;
}

.more-link:hover { color: #222; }

.entry-meta {
    font-size: 12px;
    position: absolute;
    left: -120px;
    top: 0;
    width: 100px;
}

.entry-meta a {
    border-bottom: none;
    color: #555;
    display: inline-block;
    padding: 0 4px 0;
    margin: 0 -4px;
    line-height: 18px;
}

.entry-meta span { 
    display: inline-block; 
    margin-bottom: 4px; 
}

.entry-meta span.post-format {
	color:#FFF;
    background: #0A9DA1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 0 9px 0;
    padding-top:10px;
    height: 25px;
    width: 90px;
	text-align:center;
    -webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

.format-aside span.post-format { background-position: -270px 0; }

.format-audio span.post-format { background-position: -135px 0; }

.format-gallery span.post-format { background-position: -90px 0; }

.format-image span.post-format { background-position: -180px 0; }

.format-link span.post-format { background-position: -225px 0; }

.format-quote span.post-format { background-position: -315px 0; }

.format-video span.post-format { background-position: -45px 0; }

.entry-meta a.post-format:hover { background-color: transparent; }

.entry-meta a:hover span.post-format { background-color: #222; }

.entry-meta span.edit-post a { margin: 0; }

.sub-title {
    color: #b2b2b6;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    top: -15px;
}

.author-bio {
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #efefef;
}

.author-bio .avatar	{
	float: left;
	margin: 0 10px 0 0;
}

.author-title {
	font-weight: bold;
	margin-left: 60px;
}

.author-description { margin-left: 60px; }

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }

.sticky {}


.page-title {
    font-size: 22px;
	color: #000;
    line-height: 25px;
    padding-left: 0px;
    vertical-align: top;
}

.entry-title { margin:30px 0 10px 0;}
.entry-title,
.entry-title a {
    border-bottom: none;
    color: #109FA0;
	font-size: 24px;
	line-height: 30px;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}

.entry-title a:hover { 
    background-color: transparent;
    color: #000; 
    text-decoration: none;
}
.entry-title span { color:#000; font-size: 16px; font-weight: normal;}


.page-header {
    /*background: transparent url(images/bg_page_header.gif) 0 0 repeat-x;*/
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative;
	border-bottom: 1px solid;
}
